home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / frame_280 / DoAction.as
Text File  |  2012-08-27  |  120b  |  10 lines

  1. if(menubis == true)
  2. {
  3.    boutonreglesfin.gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    boutonreglesfin.gotoAndStop(1);
  8. }
  9. stop();
  10.